home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / choco_land.swf / scripts / DefineButton2_96 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  150 b   |  9 lines

  1. on(release){
  2.    if(_root.pressed == false)
  3.    {
  4.       _root.next = "game";
  5.       _root.gotoAndPlay("out");
  6.       _root.pressed = true;
  7.    }
  8. }
  9.